/* Stop! CSS time. */
/* NIC.SH override */

body {
	background: #1f73c9;
	background: -moz-linear-gradient(top,  #1f73c9 0%, #175594 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f73c9), color-stop(100%,#175594));
	background: -webkit-linear-gradient(top,  #1f73c9 0%,#175594 100%);
	background: -o-linear-gradient(top,  #1f73c9 0%,#175594 100%);
	background: -ms-linear-gradient(top,  #1f73c9 0%,#175594 100%);
	background: linear-gradient(to bottom,  #1f73c9 0%,#175594 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f73c9', endColorstr='#175594',GradientType=0 );
}

#billboard {
	border-radius: 20px;
	border-top-left-radius: 100px;
}

.imaginetop {
	color: rgb(31,115,201);
}

.hellobox {
	background-color: rgba(31,115,201,0.8);
}

.headline {
	background-color: rgba(31,115,201,0.7);
}

.actionget {
	background-color: rgba(31,115,201,0.8);
}
 
.search-wrapper button {
	background: #1f73c9;
	background: -moz-linear-gradient(top,  #1f73c9 0%, #175594 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f73c9), color-stop(100%,#175594));
	background: -webkit-linear-gradient(top,  #1f73c9 0%,#175594 100%);
	background: -o-linear-gradient(top,  #1f73c9 0%,#175594 100%);
	background: -ms-linear-gradient(top,  #1f73c9 0%,#175594 100%);
	background: linear-gradient(to bottom,  #1f73c9 0%,#175594 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f73c9', endColorstr='#175594',GradientType=0 );
}

